home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFlisttreeclass / readme.doc < prev   
Encoding:
Text File  |  1998-09-02  |  1.0 KB  |  59 lines

  1. --------------------------------------
  2.  
  3.  sampleclass V0.14
  4.  
  5.  A BOOPSI class programming example.
  6.  
  7. --------------------------------------
  8.  
  9.  
  10. Description:
  11. ------------
  12.  
  13.  This is an example BOOPSI class project for StormC. Of course it
  14. works on other compilers too, but it will require some tweaking.
  15.  I have used this as a basis for the classes in the ClassFree
  16. archive. It requires v37 of AmigaOS initially, but if you make a
  17. class that uses v39 calls you should edit the OpenLibrary calls
  18. in class_lib.c to demand higher library versions.
  19.  
  20.  Descriptions of the individual files are in the document files.doc.
  21.  
  22.  
  23. Requirements:
  24. -------------
  25.  
  26.  - AmigaOS 2.04
  27.  
  28.  
  29. History:
  30. --------
  31.  
  32.  V0.01
  33.  
  34.    First test release.
  35.  
  36.  V0.10
  37.  
  38.    Put all OpenLibrary and CloseLibrary calls in
  39.     seperate routines.
  40.    Added debugging routines.
  41.  
  42.  V0.12
  43.  
  44.     Replaced the debugging routines with debug.lib.
  45.  
  46.  V0.13
  47.  
  48.    Removed some useless code left over from the class that
  49.    this sampleclass was based on.
  50.  
  51.  V0.14
  52.  
  53.    Converted library calls to inline code.
  54.  
  55.  V0.15
  56.  
  57.    Relaxed OS demands to v37
  58.  
  59.